runtime._type.typeOff (method)
6 uses
runtime (current package)
iface.go#L210: itype := inter.typ.typeOff(i.ityp)
iface.go#L220: if typ.typeOff(t.mtyp) == itype && tname.name() == iname {
plugin.go#L82: t := (*_type)(unsafe.Pointer(md.types)).typeOff(ptab.typ)
runtime1.go#L504: return unsafe.Pointer((*_type)(rtype).typeOff(typeOff(off)))
runtime1.go#L523: return unsafe.Pointer((*_type)(rtype).typeOff(typeOff(off)))
type.go#L260: func (t *_type) typeOff(off typeOff) *_type {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)